Skip to content

Add Tempo Data API service#769

Open
compusophy wants to merge 1 commit into
tempoxyz:mainfrom
compusophy:add-tempo-data-api
Open

Add Tempo Data API service#769
compusophy wants to merge 1 commit into
tempoxyz:mainfrom
compusophy:add-tempo-data-api

Conversation

@compusophy

Copy link
Copy Markdown

Adds a live, third-party MPP service to the registry.

Tempo Data APIhttps://venture-mpp.vercel.app — pay-per-call on-chain data for Tempo mainnet, settled in USDC.e via HTTP 402 (built with the official mppx SDK).

Endpoints (0.01 USDC.e each):

  • GET /tempo/token?address=0x… — TIP-20 token metadata (name, symbol, decimals, totalSupply)

  • GET /tempo/balance?token=0x…&holder=0x… — holder balance (raw + formatted)

  • Machine-discoverable OpenAPI 3.1 doc with x-payment-info offers at https://venture-mpp.vercel.app/openapi.json

  • schemas/services.ts type-checks clean (tsc --noEmit)

Live check: curl 'https://venture-mpp.vercel.app/tempo/token?address=0x20c000000000000000000000b9537d11c60e8b50' returns a 402 MPP challenge (recipient + USDC.e + chainId 4217).

@vercel

vercel Bot commented Jul 2, 2026

Copy link
Copy Markdown

@compusophy is attempting to deploy a commit to the Tempo Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

Thanks for submitting a service to the MPP directory!

If you want your service included in the curated mpp.dev/services list, complete this checklist before review:

Required

  • Your service is live and accepting payments via MPP (not a placeholder or coming-soon)
  • You've added your entry to schemas/services.ts following the contributing guide
  • Types pass: pnpm check:types
  • Build succeeds: pnpm build

Recommended

  • Register your service on MPPScan (by Merit Systems) — it follows the standard MPP discovery format and makes your service discoverable by agents immediately, no PR required

Review criteria

We prioritize services that are high quality and novel. We may not approve services that duplicate existing functionality or aren't yet production-ready.


Contributing guide · MPPScan · Protocol docs

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

🔀 Changed Services

✅ Added

  • tempo-data-api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant